Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #20 Filter subpaths #78

Merged
merged 4 commits into from
Jun 1, 2024
Merged

Conversation

Schrank
Copy link
Contributor

@Schrank Schrank commented May 27, 2024

What does this PR do?

It is naive implementation to fix #20

And because the QueryTest doesn't fail if a test fails, I added a baseline for the currently failing tests, so we can run them normally and make sure, if one test fails in the future we know.

Test Plan

I used the QueryTest for subpaths.

Related PRs and Issues

#20

Schrank and others added 4 commits May 27, 2024 12:48
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.47%. Comparing base (fc12dee) to head (25c7c11).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #78      +/-   ##
============================================
+ Coverage     89.36%   89.47%   +0.10%     
- Complexity      202      209       +7     
============================================
  Files            11       11              
  Lines           395      399       +4     
============================================
+ Hits            353      357       +4     
  Misses           42       42              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SoftCreatR
Copy link
Owner

Thank you :)

@SoftCreatR SoftCreatR merged commit 33feedf into SoftCreatR:main Jun 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter Expression With Subpaths
3 participants